home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
WWW
/
http
/
www.wirenet.co.uk
/
files
/
thor25_arexx.lha
/
FSE
/
forward.fse
< prev
next >
Wrap
Text File
|
1995-09-06
|
259b
|
17 lines
/* Custom-quoting */
delete = '7F'x
options results
ISFIRSTCALL
if (result = 'ON') then do
SENDER
if (result ~= "") then do
name = result
INSERTLINES 2
SENDERDATE
INSERTINPUT name||" wrote "||result||" the following:"||delete
end
end